DomainObjects Class Library

Query<ClassToFind>.GetDataSetCount Method 

Returns the total number of rows that would be retrieved if FindDataSet were executed against this query.

public int GetDataSetCount();

Example

See the unit test QueryTests.GetDataSetCount_WithSingleSelectFieldSpecified()

See Also

Query<ClassToFind> Class | DomainObjects.Facade.Command Namespace